// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Lacuna Coil','The Queen - Wilmington','Wilmington, DE','Thursday','5/2/2024','8:00 PM','6147820','Lacuna-Coil-5-2-2024'],['In Flames','The Queen - Wilmington','Wilmington, DE','Saturday','5/4/2024','7:00 PM','6227304','In-Flames-5-4-2024'],['Mammoth WVH','The Queen - Wilmington','Wilmington, DE','Tuesday','5/7/2024','8:00 PM','6129075','Mammoth-WVH-5-7-2024'],['The Bieber Party: Justin Bieber Night','The Queen - Wilmington','Wilmington, DE','Friday','5/10/2024','9:00 PM','6367137','The-Bieber-Party--Justin-Bieber-Night-5-10-2024'],['Nazareth','The Queen - Wilmington','Wilmington, DE','Saturday','5/11/2024','8:00 PM','6295868','Nazareth-5-11-2024'],['Mother's Day Comedy Jam','The Queen - Wilmington','Wilmington, DE','Sunday','5/12/2024','4:00 PM','6268420','Mother-s-Day-Comedy-Jam-5-12-2024'],['The Front Bottoms','The Queen - Wilmington','Wilmington, DE','Monday','5/13/2024','8:00 PM','6322033','The-Front-Bottoms-5-13-2024'],['Better Than Ezra','The Queen - Wilmington','Wilmington, DE','Saturday','5/18/2024','8:00 PM','6319520','Better-Than-Ezra-5-18-2024'],['George Clinton and Parliament Funkadelic','The Queen - Wilmington','Wilmington, DE','Thursday','5/23/2024','8:00 PM','6278401','George-Clinton-and-Parliament-Funkadelic-5-23-2024'],['Smash Into Pieces','The Queen - Wilmington','Wilmington, DE','Friday','5/24/2024','7:00 PM','6151565','Smash-Into-Pieces-5-24-2024'],['The Taylor Party - Taylor Swift Tribute Night','The Queen - Wilmington','Wilmington, DE','Friday','6/7/2024','9:00 PM','6362006','The-Taylor-Party---Taylor-Swift-Tribute-Night-6-7-2024'],['UpDating','The Queen - Wilmington','Wilmington, DE','Saturday','6/8/2024','7:00 PM','6338452','UpDating-6-8-2024'],['Kurt Vile and The Violators','The Queen - Wilmington','Wilmington, DE','Tuesday','6/18/2024','8:00 PM','6304460','Kurt-Vile-and-The-Violators-6-18-2024'],['Rumours ATL - A Fleetwood Mac Tribute','The Queen - Wilmington','Wilmington, DE','Wednesday','6/19/2024','7:00 PM','6295871','Rumours-ATL---A-Fleetwood-Mac-Tribute-6-19-2024'],['Sleater-Kinney','The Queen - Wilmington','Wilmington, DE','Tuesday','7/30/2024','8:00 PM','6373430','Sleater-Kinney-7-30-2024'],['Gogol Bordello','The Queen - Wilmington','Wilmington, DE','Saturday','9/7/2024','8:00 PM','6413608','Gogol-Bordello-9-7-2024'],['Bowling for Soup','The Queen - Wilmington','Wilmington, DE','Saturday','9/14/2024','7:30 PM','6343472','Bowling-for-Soup-9-14-2024'],['Hell's Belles - Tribute to AC/DC','The Queen - Wilmington','Wilmington, DE','Saturday','11/16/2024','8:00 PM','6365518','Hell-s-Belles---Tribute-to-AC-DC-11-16-2024']],'World Cafe Live at The Queen','http://www.ticketnetwork.com/ticket/World-Cafe-Live-at-The-Queen-events.aspx');